home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / DAS / A-C / Calculator II 1.1.sit / Calculator II 1.10 Readme next >
Text File  |  1993-02-11  |  7KB  |  106 lines

  1. Calculator II 1.10 ReadMe
  2.  
  3. A. Copyright
  4.  
  5. Copyright © 1991-93, Joe Cicinelli.  This program is FREEware and may not be sold or distributed without the permission of the author.  This application was developed with THINKC 5.0.4 so portions of the product are copyrighted by the Semantec Corporation.
  6.  
  7. The author, Joe Cicinelli, makes no warranties, either express or implied, regarding the fitness of the Calculator II application for any particular purpose.  Use it at your own risk.  The author claims no liability for data loss or other problems caused directly or indirectly by the Calculator II application.
  8.  
  9. B. Purpose
  10.  
  11. Calculator II is a pleasant looking color multi-function calculator that runs as an application under system 6.x or System 7.  The calculator was written as an application to be run under MultiFinder or System 7 alongside other applications.  It improves on Apple’s original calculator by adding trigonometric functions, functions for base 10 and natrual logorithms and their inverses, hex-to-decimal and decimal-to-hex conversion, a memory function for storing values across uses of the program, and all of these functions can be invoked by using the F-Keys on the Apple Extended keyboard (F5 - F15).  The calculator also allows users to correct trailing digits of values entered on the display of the calculator through the use of a backspace key.  Balloon help and general information about the program is available under either the Help menu under System 6.x or the Balloon Help menu under System 7.  This software is being distributed as FREEware so give it a try and let me know what you think!
  12.  
  13. This version fixed a bug which corrupted entered numbers after using any one of the memory keys.  A help button was also added to the About Dialog to make users aware of the help facility.
  14.  
  15. This application has been explicitly tested under Systems 6.0.7 and 7.0 (with and without System 7 Tuneup 1.1.1).  Testing was performed using a IIcx,Classic, and PowerBook 170.  Previous versions have run successfully on LCs and SE/30s.
  16.  
  17. C. Calculator Capabilities
  18.         1. Trigonometric functions (sin, cosine, tangent, arcsin, arccos, & arctangent).
  19.         2. Base 10 and Natural logarithms and their inverse functions.
  20.         3. Square and Square root functions.
  21.         4. Conversion from HEX numbers to decimals and visa versa.  NOTE: HEX values must be entered in uppercase only and cannot exceed the value 0xFFFFFFFF.
  22.         5. Power and nth root functions.
  23.         6. Ability to correct trailing digits of values being entered on the calculator’s display.
  24.         7. Support for complete operation of calculator functions via the Apple Extended Keyboard (F5 - F15 required).
  25.         8. Ability to cut, copy and paste to and from the clipboard.
  26.         9. Balloon help is available for menus, About Dialog box, calculator keys, and the icon in the Finder.
  27.         10. General information about the program (CalCulator II ReadMe document) is also available under the Help menu under Systems 6.0.x or 7.
  28.         11. Calculator remembers last used position on screen.
  29.         12. Shift key can be used with function and Clear keys to execute 2nd functions (e.g. arcsin instead of sin).  When used with the Clear key only the last entry is cleared and not the entire equation.  Likewise, the shift key can also be used with the mouse to access the 2nd Functions.
  30.         13. Calculator II retains the contents of its memory across uses of the program.
  31.         14. Calculator is AppleEvent aware of the core suite of events.
  32.  
  33. D. Keyboard Map for Function Keys
  34.  
  35. The function keys that appear on the calculator are mapped to the Function keys F5 - F15 on the Apple Extended Keyboard.  Here is the correspondence map:
  36.  
  37. F5=sin
  38. F6=cosine
  39. F7=tangent
  40. F8=2nd Function
  41. F9=Value of PI
  42. F10=Natural Log
  43. F11=Base 10 Log
  44. F12=Backspace Key
  45. F13=Power function
  46. F14=Square root function
  47. F15=Square function
  48.  
  49. Shift + F5=arc sin
  50. Shift + F6=arc cosine
  51. Shift + F7=arc tangent
  52. Shift + F9=Factorial function
  53. Shift + F10=Constant e raised to a power.
  54. Shift + F11=Constant 10 reaised to a power.
  55. Shift + F13=Nth Root function
  56. Shift + F14=Cubed Root function
  57. Shift + F15=expression 1 divided by x
  58.  
  59. Other keys mapped to functions on the calculator:
  60. Esc, c, Clear=Clear function
  61. *, x=Multiplication
  62. X=Memory Enter
  63. R=Memory Recall
  64. M=Memory Add
  65. ?=About Dialog box
  66. Delete=Backspace function
  67. Enter=Equal function
  68. Shift + Clear or Esc = Clear Last Entry
  69.  
  70. E. Future Plans for Calculator II
  71.  
  72.         1. Make parentheses functional.
  73.         2. Force Calculator to solve equations using the standard Hierarchy of Operators.
  74.         3. Option to display commas every 3 digits in results window.
  75.         4. Switch to display Statistical, Business, Scientific, or Programmer functions.
  76.         5. Option to display negative numbers in red color or parentheses instead of with leading negative sign.
  77.         6. Ticker tape available for display and output to disk.
  78.  
  79. F. Correspondence
  80.  
  81. I can be reached by U.S mail at:
  82. 4477 West Taro Drive
  83. Glendale, AZ  85308
  84. (602) 581-3865
  85.  
  86. I can also be reached at:
  87. cicinell@saifr00.cfsat.honeywell.com
  88.  
  89. G. Bibliography
  90.         1. Apple Computer, Inc. (1985-91).  Inside Macintosh, vol. I-VI.  Reading, Mass:  Addison-Wesley Publishing Company, Inc.
  91.         2. Apple Computer, Inc. (1988).  Inside Macintosh X-Ref.   Reading, Mass:  Addison-Wesley Publishing Company, Inc.
  92.         3. Apple Computer, Inc. (1990).  ResEdit Reference.  Reading, Mass:  Addison-Wesley Publishing Company, Inc.
  93.         4. Chernicoff, S. (1985). Macintosh Revealed, Programming With the Toolbox, vol 2.  Hasbrouck Heights, NJ:  Hayden Book Company.
  94.         5. Chernicoff, S. (1985). Macintosh Revealed, Unlocking the Toolbox, vol 1.  Hasbrouck Heights, NJ:  Hayden Book Company.
  95.         6. Chernicoff, S. (1989). Macintosh Revealed, Mastering the Toolbox, vol 3.  Hasbrouck Heights, NJ:  Hayden Book Company.
  96.         7. Chernicoff, S. (1990). Macintosh Revealed, Expanding the Toolbox, vol 4.  Hasbrouck Heights, NJ:  Hayden Book Company.
  97.         8. Huxham, F. A., Bernard, D., & Takatsuka, J. (1989).  Using the Macintosh Toolbox With C.  San Francisco, CA:  SYBEX Inc.
  98.         9. Kernighan, B. W., & Ritchie, D. M. (1988).  The C Programming Language.  Englewood Cliffs, NJ:  Prentice Hall.
  99.         10. Knaster, S. (1988).  Macintosh Programming Secrets.  Reading, Mass:  Addison-Wesley Publishing Company, Inc.
  100.         11. Knaster, S., & Rollin, K. (1992).  Macintosh Programming Secrets (2nd Ed).  Reading, Mass:  Addison-Wesley Publishing Company, Inc.
  101.         12. Little, G., & Swihart, T. (1991).  Programming for System 7.  Reading, Mass:  Addison-Wesley Publishing Company, Inc.
  102.         13. Mark, D. (1990).  Macintosh C Programming Primer, vol 2.  Reading, Mass:  Addison-Wesley Publishing Company, Inc.
  103.         14. Mark, D., & Reed, C. (1989).  Macintosh Programming Primer.  Reading, Mass:  Addison-Wesley Publishing Company, Inc.
  104.         15. Müldner, T., & Steele, P. W. (1988).  C as a Second Language.  Reading, Mass:  Addison-Wesley Publishing Company, Inc.
  105.         16. Surovell, D. A., Hall, F. M., & Othmer, K. (1992).  Programming Quickdraw™:  Includes Color Quickdraw™ and 32-Bit Quickdraw™.  Reading, Mass:  Addison-Wesley Publishing Company, Inc.
  106.